home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactive 14 / CMi14.iso / pc / PCsoftware / 00001_Main Movie Scripts.ls next >
Encoding:
Text File  |  1999-10-19  |  330 b   |  13 lines

  1. on startMovie
  2.   if the colorDepth <> 16 then
  3.     set the colorDepth to 16
  4.   end if
  5.   set the text of field "SoftInfo" to "Select a section from the list below to see a description of it here and click on it to view that section."
  6.   set the text of field "newinfo" to " "
  7. end
  8.  
  9. on stopMovie
  10.   puppetSound(1, 0)
  11.   puppetSound(0)
  12. end
  13.